public virtual void AddRange( System.Collections.IList list, System.int startIndex, System.int count )
'Declaration
Public Overloads Overridable Sub AddRange( _ ByVal list As System.Collections.IList, _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
'Usage
Dim instance As NDataSeries(Of T) Dim list As System.Collections.IList Dim startIndex As System.Integer Dim count As System.Integer instance.AddRange(list, startIndex, count)
Parameters
- list
- startIndex
- count